Stefan Siegl
							
						 | 
						
							
							
								c339d51924
							
							Drop old-age PHP_V8_API_VERSION #ifdef
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								f6310f9994
							
							Get rid of V8JS_NEW macro.
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								eda74908cc
							
							Fix module caching, closes #107
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								a134129018
							
							Use isolate version of V8::TerminateExecution, refs #92
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								c54b49d2a6
							
							Use PHPWRITE macro instead of php_output_write, refs #80
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								fd801631b7
							
							Add null-byte passing test, make var_dump null-byte safe, closes #80
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								1186e7951f
							
							Make compatible with V8 3.25.12, fixes #88
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								4c64bc4ad9
							
							Make compatible with V8 3.24.10, fixes #83
						 | 
						11 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								8858bf5f27
							
							Make compatible with V8 3.23.2 (and below)
						 | 
						12 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								69290b5779
							
							Fix build against libv8 3.24.5
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								b4d560dd52
							
							Fix a bunch of memory leaks.
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								39cc821f91
							
							Store tsrm_ls in php_v8js_ctx.
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								52d8946b89
							
							Add isolate parameter to V8JS_* macros.
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								27a140c9fb
							
							Bug fixes for JavaScript var_dump implementation (make it match PHP).
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								c725a80674
							
							Handle NULL in global.var_dump().
						 | 
						12 years ago | 
					
				
					
						
							
								   C. Scott Ananian
							
						 | 
						
							
							
								49632054a4
							
							Cleanup: remove some warnings when compiled with -Wunused
						 | 
						12 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								61eee4cbd6
							
							TSRM/ZTS fixes.
						 | 
						12 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								619231913c
							
							Adapt to new v8::Persistent API, support V8 >= 3.21.12
						 | 
						12 years ago | 
					
				
					
						
							
								   Patrick Reilly
							
						 | 
						
							
							
								dc1475a3ad
							
							updated package for beta release and switch license to MIT
						 | 
						12 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								ffa42cdfaf
							
							Replaced deprecated v8 api calls with newer equivalents
						 | 
						12 years ago | 
					
				
					
						
							
								   Stefan Siegl
							
						 | 
						
							
							
								6eeb6fe9d6
							
							Use v8::Isolate version of v8::Context::New
						 | 
						12 years ago | 
					
				
					
						
							
								   Patrick Reilly
							
						 | 
						
							
							
								98638c78db
							
							fix for format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat]
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								8ae7606338
							
							Refactor CommonJS modules functionality to store state in the extension globals and context as appropriate.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								be0cd75c65
							
							Improve compatibility with NodeJS-style module.exports and exports. This allows arbitrary types to be exported, not just properties of the exports object.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								99878e2995
							
							Support for relative and absolute module identifiers.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								db50fc25d1
							
							Removed spurious number from exception message.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								cd20140774
							
							Handle exceptions throw from module loader callback.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								ff34a2ddda
							
							Normalisation of module identifier.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								114eb9cbf6
							
							Removed spurious line.
						 | 
						12 years ago | 
					
				
					
						
							
								   Simon Best
							
						 | 
						
							
							
								ff443f3bc7
							
							Check for module cyclic dependencies. Throw proper V8 exceptions when the require method is not successful.
						 | 
						12 years ago |