| 
	
	
		
			
			 
				
				PHP pro's, got an interesting problem....
			 
			 
			
		
		
		
		I recently upgraded my PHP to 5.2.1 and now have an interesting problem. 
 
I have a query grabbing results from a database. The results then loop in a while loop and get dumped into an array for storage. 
 
The problem is, it worked before.... but now it dies out after it hits a certain point. 
 
I don't get any "out of memory" errors, it just.... stops. 
 
I know the code is ok, I can get results from other queries that don't return as much information, and it worked on 5.2. 
 
I bumped the memory usage to 100Mb in the ini file, and it still dies at the same point. 
 
Thoughts? 
		
	
		
		
		
		
			
		
		
		
		
	
	 |