php-cvs
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PHP-CVS] com php-src: Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7: ext/date/tests/bug55397.phpt
Xinchen Hui
[PHP-CVS] com php-src: Fixed memory leaks: ext/opcache/Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed compatibility with ext/phar: ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_module.c
Dmitry Stogov
Re: [PHP-CVS] com php-src: Fixed compatibility with ext/phar: ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_module.c
Stas Malyshev
Re: [PHP-CVS] com php-src: Fixed compatibility with ext/phar: ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Made test compatible with O+: Zend/tests/bug55156.phpt Zend/tests/ns_026.phpt ext/phar/tests/create_new_and_modify.phpt ext/phar/tests/delete_in_phar.phpt ext/phar/tests/delete_in_phar_confirm.phpt ext/phar/tests/tar/create_new_and_modify.phpt ext/phar/tests/tar/delete_in_phar.phpt ext/phar/tests/tar/delete_in_phar_confirm.phpt ext/phar/tests/zip/create_new_and_modify.phpt ext/phar/tests/zip/delete_in_phar.phpt ext/phar/tests/zip/del
Dmitry Stogov
Re: [PHP-CVS] com php-src: Made test compatible with O+: Zend/tests/bug55156.phpt Zend/tests/ns_026.phpt ext/phar/tests/create_new_and_modify.phpt ext/phar/tests/delete_in_phar.phpt ext/phar/tests/delete_in_phar_confirm.phpt ext/phar/tests/tar/create_new_a...
Stas Malyshev
Re: [PHP-CVS] com php-src: Made test compatible with O+: Zend/tests/bug55156.phpt Zend/tests/ns_026.phpt ext/phar/tests/create_new_and_modify.phpt ext/phar/tests/delete_in_phar.phpt ext/phar/tests/delete_in_phar_confirm.phpt ext/phar/tests/tar/create_new_a...
Dmitry Stogov
[PHP-CVS] com php-src: Fixed O+ testes: ext/opcache/tests/001_cli.phpt ext/opcache/tests/bug64353.phpt ext/opcache/tests/issue0057.phpt
Dmitry Stogov
[PHP-CVS] com php-src: typo at Optimizer/block_pass.c: Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Fix typos and grammar issues in README.: README
Dmitry Stogov
[PHP-CVS] com php-src: spelling: README
Dmitry Stogov
[PHP-CVS] com php-src: Fix typo: README
Dmitry Stogov
[PHP-CVS] com php-src: Avoid unnecessary code and change the type of accelerator_enabled: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: - fix windows build: config.w32
Dmitry Stogov
[PHP-CVS] com php-src: Fixed zend_optimizerplus.enable_file_override=1 compatibility with PHP-5.3: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Avoid compilation of unsupported SHM backends: shared_alloc_mmap.c shared_alloc_posix.c shared_alloc_shm.c zend_shared_alloc.c zend_shared_alloc.h
Dmitry Stogov
[PHP-CVS] com php-src: Renamed README into README.md: README README.md
Dmitry Stogov
[PHP-CVS] com php-src: - nuke unused variable: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Don't completely delete the "enabled condition".: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Added LICENSE from http://www.php.net/license/3_01.txt: LICENSE
Dmitry Stogov
[PHP-CVS] com php-src: - Added zend_optimizerplus.load_comments configuration durective, so "Doc comments" may be always stored in SHM, but restored only by applicaions that really need them. - Added note, that zend_optimizerplus.save_comments is dangerous and may break applications and frameworks.: README ZendAccelerator.h zend_accelerator_module.c zend_accelerator_util_funcs.c
Dmitry Stogov
[PHP-CVS] com php-src: This is a development version yet: ZendAccelerator.h
Dmitry Stogov
[PHP-CVS] com php-src: missing directive in README (need doc): README
Dmitry Stogov
[PHP-CVS] com php-src: missing directives in accelerator_get_configuration: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: phpize is already in README: README
Dmitry Stogov
[PHP-CVS] com php-src: also add load_comments: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Update README: README
Dmitry Stogov
[PHP-CVS] com php-src: Revert renaming (md needs additional formatting tags): README README.md
Dmitry Stogov
[PHP-CVS] com php-src: Fixed phpinfo() output when O+ is not enabled for CLI: ZendAccelerator.c zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: added travis-ci config (make + load extension): .travis.yml
Dmitry Stogov
[PHP-CVS] com php-src: Disabled unsafe optimization pattern: Optimizer/pass2.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed compatibility with 5.2 and 5.3: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Added Xdebug compatibility note: README
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'issue-ini' of https://github.com/remicollet/ZendOptimizerPlus: README zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Typo fix: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Renamed ZCG(startup_ok) into "accel_startup_ok". It must be a "true" global to make ZTS work. (ZTS starts work, but ZTS O+ is not stable anyway): ZendAccelerator.c ZendAccelerator.h zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: bug #29 enable cli-server support: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Fix typo in README: README
Dmitry Stogov
[PHP-CVS] com php-src: Added ZTS lock: zend_shared_alloc.c
Dmitry Stogov
[PHP-CVS] com php-src: "locked" must be a "module" global (local to thread): ZendAccelerator.h zend_shared_alloc.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed possible resource leak: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed warning about uninitialized variable (actually, it doesn't have to be initialized).: zend_accelerator_util_funcs.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed signed/unsigned comparison warnings: Optimizer/block_pass.c Optimizer/nop_removal.c Optimizer/zend_optimizer_internal.h
Dmitry Stogov
[PHP-CVS] com php-src: Wrong value: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Lenght is unsigned: ZendAccelerator.h
Dmitry Stogov
[PHP-CVS] com php-src: Added check for CreateMutex() failure: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Avoid mixing declarations and code: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Added checks for malloc() failures: ZendAccelerator.c zend_accelerator_blacklist.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed inconsistent start_accel_module() prototype and usage: ZendAccelerator.c zend_accelerator_module.c zend_accelerator_module.h
Dmitry Stogov
[PHP-CVS] com php-src: Avoid static analyzer warning: zend_accelerator_hash.c
Dmitry Stogov
[PHP-CVS] com php-src: Avoid buffer overrun: zend_accelerator_blacklist.c
Dmitry Stogov
[PHP-CVS] com php-src: Removed redundand TSRMLS_FETCH(): zend_shared_alloc.c
Dmitry Stogov
[PHP-CVS] com php-src: Use proper format specifier: zend_accelerator_debug.c
Dmitry Stogov
[PHP-CVS] com php-src: Avoid warning about possible precision loss: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed compilation error: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Added check for calloc() failure: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Avoid unexpected warning messages (ext/standard/tests/file/fopencookie.phpt): ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Simplification: zend_accelerator_blacklist.c
Dmitry Stogov
[PHP-CVS] com php-src: Added ability to always validate cached script timestamps using zend_optimizerplus.revalidate_freq=0: README ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Codes style improve: Optimizer/block_pass.c Optimizer/nop_removal.c Optimizer/optimize_temp_vars_5.c Optimizer/pass1_5.c Optimizer/pass2.c Optimizer/pass3.c ZendAccelerator.c shared_alloc_mmap.c shared_alloc_posix.c shared_alloc_shm.c shared_alloc_win32.c zend_accelerator_blacklist.c zend_accelerator_module.c zend_accelerator_util_funcs.c zend_persist.c zend_persist_calc.c zend_shared_alloc.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed static analyser warning: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: We build a zend_extension (not a regular PHP module).: config.m4
Dmitry Stogov
[PHP-CVS] com php-src: Fixed memory leak: Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed memory leak: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: white spaces: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed compilation, when compiling right into PHP (Ilia Alshanetsky): Optimizer/block_pass.c Optimizer/pass1_5.c Optimizer/zend_optimizer.c
Dmitry Stogov
[PHP-CVS] com php-src: Simplify the install instructions: README
Dmitry Stogov
[PHP-CVS] com php-src: Fixed build in a separate directory (Ilia Alshanetsky): config.m4
Dmitry Stogov
[PHP-CVS] com php-src: Ability to disable O+ per process (or process pool): ZendAccelerator.c zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: remove useless configure option: README
Dmitry Stogov
[PHP-CVS] com php-src: coding style improve: Optimizer/block_pass.c Optimizer/nop_removal.c Optimizer/optimize_temp_vars_5.c Optimizer/pass1_5.c Optimizer/pass3.c ZendAccelerator.c ZendAccelerator.h shared_alloc_win32.c zend_accelerator_blacklist.c zend_accelerator_module.c zend_persist.c zend_persist_calc.c
Dmitry Stogov
[PHP-CVS] com php-src: op_array->brk_count_array has to be kept even if op_array doesn't have BRK/CONT/GOTO opcodes. It might be used to unlock "loop" or "switch" variable in case of exception.: Optimizer/block_pass.c Optimizer/zend_optimizer_internal.h
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'master' of https://github.com/laruence/ZendOptimizerPlus: Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Execute shared memory initialization/deinitialization under exclusive lock: shared_alloc_win32.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed function prototypes: shared_alloc_win32.c zend_shared_alloc.c zend_shared_alloc.h
Dmitry Stogov
[PHP-CVS] com php-src: Fixed memory leaks (avoid generation of unused results): Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Emit the same error messages as without O+ (use "dups_fix" hack only for classes): README zend_accelerator_util_funcs.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed build instruction: README
Dmitry Stogov
[PHP-CVS] com php-src: Added missing calloc() result checks: shared_alloc_mmap.c shared_alloc_posix.c shared_alloc_shm.c zend_accelerator_blacklist.c
Dmitry Stogov
[PHP-CVS] com php-src: Correction: shared_alloc_shm.c zend_accelerator_blacklist.c
Dmitry Stogov
[PHP-CVS] com php-src: Make the functions validate input parameters (or lack thereof): zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: return false to be consistent: zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed typo: README
Dmitry Stogov
[PHP-CVS] com php-src: Fixed typo: README
Dmitry Stogov
[PHP-CVS] com php-src: adding the package.xml for pecl: package.xml
Dmitry Stogov
[PHP-CVS] com php-src: Added info anout zend_optimizerplus.mmap_base directice: README
Dmitry Stogov
[PHP-CVS] com php-src: typo: shared_alloc_posix.c
Dmitry Stogov
[PHP-CVS] com php-src: Preparaton for pecl release: ZendAccelerator.h
Dmitry Stogov
[PHP-CVS] com php-src: Fixed #54 (PECL install adds extension= instead of zend_extension= to php.ini): package.xml
Dmitry Stogov
[PHP-CVS] com php-src: Increased version number: ZendAccelerator.h
Dmitry Stogov
[PHP-CVS] com php-src: release 7.0.0: package.xml
Dmitry Stogov
[PHP-CVS] com php-src: Save a stat() call by calling sapi_module.get_stat(): ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed bug #64353 (Built-in classes can be unavailable with dynamic includes and Optimizer+): ZendAccelerator.c tests/bug64353.phpt
Dmitry Stogov
[PHP-CVS] com php-src: fix ANSI C90 compat: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed uninitialized variable: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: Add maintainers inot package.xml: package.xml
Dmitry Stogov
[PHP-CVS] com php-src: Fixed test: tests/bug64353.phpt
Dmitry Stogov
[PHP-CVS] com php-src: Allows exclusion of large files from being cached: README ZendAccelerator.c ZendAccelerator.h zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: add tests into package: package.xml
Dmitry Stogov
[PHP-CVS] com php-src: fixed memory leaks: Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Add test script for #57 (segfaults in drupal7): tests/issue0057.phpt
Dmitry Stogov
[PHP-CVS] com php-src: Fixed issue #58 (PHP-5.2 compatibility): zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed Issue #57 (segfaults in drupal7): Optimizer/block_pass.c
Dmitry Stogov
[PHP-CVS] com php-src: Fixed typos: Optimizer/block_pass.c Optimizer/optimize_temp_vars_5.c Optimizer/pass1_5.c Optimizer/pass2.c Optimizer/zend_optimizer.h ZendAccelerator.c ZendAccelerator.h zend_accelerator_hash.h zend_accelerator_module.c zend_accelerator_module.h zend_accelerator_util_funcs.c zend_persist.c
Dmitry Stogov
[PHP-CVS] com php-src: Allow only shared O+ build: ZendAccelerator.h config.m4
Dmitry Stogov
[PHP-CVS] com php-src: More accurate restart scheduling: ZendAccelerator.c zend_accelerator_module.c zend_shared_alloc.c zend_shared_alloc.h
Dmitry Stogov
[PHP-CVS] com php-src: Autogolobal $GLOBALS has to be pinged even if auto_globals_jit=0: ZendAccelerator.c
Dmitry Stogov
[PHP-CVS] com php-src: "ZendOptimizerPlus" is renamed to "opcache" to de merged into PHP-5.5 under ext/opcache (the product name is still "Zend Optimizer+"): README ZendAccelerator.c config.m4 config.w32 shared_alloc_win32.c zend_accelerator_module.c
Dmitry Stogov
[PHP-CVS] com php-src: Renamed ZendOptimizerPlus.so into opcache.so: README
Dmitry Stogov
[PHP-CVS] com php-src: Merge Zend Optimizer+: ext/opcache/.gitignore ext/opcache/.travis.yml ext/opcache/LICENSE ext/opcache/Optimizer/block_pass.c ext/opcache/Optimizer/nop_removal.c ext/opcache/Optimizer/optimize_temp_vars_5.c ext/opcache/Optimizer/pass10.c ext/opcache/Optimizer/pass1_5.c ext/opcache/Optimizer/pass2.c ext/opcache/Optimizer/pass3.c ext/opcache/Optimizer/pass5.c ext/opcache/Optimizer/pass9.c ext/opcache/Optimizer/zend_optimizer.c ext/opcac
Dmitry Stogov
[PHP-CVS] com php-src: Fixed bug #62852 Unserialize Invalid Date crash: NEWS ext/date/php_date.c ext/date/tests/bug62852.phpt ext/date/tests/bug62852_var2.phpt ext/date/tests/bug62852_var3.phpt
Anatol Belski
[PHP-CVS] com php-src: Backported patch for #64370: NEWS ext/standard/tests/bug64370_var1.phpt ext/standard/tests/bug64370_var2.phpt win32/globals.c win32/php_win32_globals.h win32/time.c
Anatol Belski
[PHP-CVS] com php-src: Fixed bug #53437 Crash with unserialized DatePeriod instance: NEWS ext/date/php_date.c ext/date/php_date.h ext/date/tests/bug45682.phpt ext/date/tests/bug48678.phpt ext/date/tests/bug49081.phpt ext/date/tests/bug49778.phpt ext/date/tests/bug52113.phpt ext/date/tests/bug52738.phpt ext/date/tests/bug52808.phpt ext/date/tests/bug53437.phpt ext/date/tests/bug53437_var1.phpt ext/date/tests/bug53437_var2.phpt ext/date/tests/bug53437_var3.p
Anatol Belski
[PHP-CVS] com php-src: Fix wrong macro usage and add missing NEWS entry: NEWS Zend/zend_API.c
Nikita Popov
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: README.RELEASE_PROCESS
Ferenc Kovacs
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: README.RELEASE_PROCESS
Ferenc Kovacs
[PHP-CVS] com php-src: explain the step updating the git submodule reference in web/php.git: README.RELEASE_PROCESS
Ferenc Kovacs
[PHP-CVS] com php-src: PHP 5.3.23: NEWS configure.in main/php_version.h
Johannes Schlüter
[PHP-CVS] tag php-src: create tag php-5.3.23
Johannes Schlüter
[PHP-CVS] com php-src: fix zts check: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Removed redundand code: Zend/zend_vm_def.h Zend/zend_vm_execute.h
Dmitry Stogov
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5: Zend/zend_vm_def.h Zend/zend_vm_execute.h
Dmitry Stogov
[PHP-CVS] tag php-src: create tag php-5.4.13
Stanislav Malyshev
[PHP-CVS] com php-src: 5.4.13: NEWS configure.in main/php_version.h
Stanislav Malyshev
[PHP-CVS] com php-src: fix the fix: ext/mysqlnd/mysqlnd_ps.c
Andrey Hristov
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS ext/mysqlnd/mysqlnd_ps.c
Andrey Hristov
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS ext/mysqlnd/mysqlnd_ps.c ext/pdo_mysql/mysql_statement.c
Andrey Hristov
[PHP-CVS] com php-src: fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for stmt->param_bind: NEWS ext/mysqlnd/mysqlnd_ps.c
Andrey Hristov
[PHP-CVS] com php-src: Forgot to remove some now unused variables: ext/spl/spl_array.c ext/standard/array.c
Nikita Popov
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/enchant/enchant.c
Anatol Belski
[PHP-CVS] com php-src: fixed headers order: ext/enchant/enchant.c
Anatol Belski
[PHP-CVS] com php-src: Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']): NEWS ext/standard/tests/bug64370_var1.phpt ext/standard/tests/bug64370_var2.phpt win32/globals.c win32/php_win32_globals.h win32/time.c
Anatol Belski
[PHP-CVS] com php-src: fixed the test: ext/standard/tests/bug64370_var1.phpt
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend.h
Xinchen Hui
[PHP-CVS] com php-src: Disable zend_always_inline in debug build: Zend/zend.h
Xinchen Hui
[PHP-CVS] com php-src: Adding in NEWS/UPGRADING about process title change support.: NEWS UPGRADING
Keyur Govande
[PHP-CVS] com php-src: Fix get_property_ptr_ptr declaration in simplexml: ext/simplexml/simplexml.c
Nikita Popov
[PHP-CVS] com php-src: Fix tests after laruence unserialize change: Zend/tests/generators/errors/serialize_unserialize_error.phpt
Nikita Popov
[PHP-CVS] com php-src: Fixed confused exception message while user threw exception: Zend/tests/bug64354.phpt Zend/zend_interfaces.c
Xinchen Hui
[PHP-CVS] com php-src: Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail): NEWS ext/standard/tests/serialize/bug64354_1.phpt ext/standard/tests/serialize/bug64354_2.phpt ext/standard/tests/serialize/bug64354_3.phpt ext/standard/var.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re
Xinchen Hui
[PHP-CVS] com php-src: Fix date: NEWS
Xinchen Hui
[PHP-CVS] com php-src: use NEWS only: NEWS-5.5
David Soria Parra
[PHP-CVS] com php-src: Fixed bug #61025 (__invoke() visibility not honored): NEWS NEWS-5.5 Zend/tests/bug61025.phpt Zend/zend_closures.c Zend/zend_closures.h Zend/zend_compile.c Zend/zend_compile.h
Xinchen Hui
[PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/cli/php_cli_process_title.h sapi/cli/php_cli_server.c sapi/cli/php_cli_server.h sapi/cli/ps_title.c sapi/cli/ps_title.h sapi/cli/tests/cli_process_title_unix.phpt sapi/cli/tests/cli_process_title_windows.phpt
Keyur Govande
Re: [PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/cli/php_cli_process_title.h sapi/cli/php_cli_server.c sapi/cli/php_cli_server.h sapi/cli/ps_title.c sapi/cli/ps_title.h sapi/cli/tests/cli_process_title_unix.phpt sapi/cli/tests/cli_process_title_windows.phpt
Christopher Jones
Re: [PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/cli/php_cli_process_title.h sapi/cli/php_cli_server.c sapi/cli/php_cli_server.h sapi/cli/ps_title.c sapi/cli/ps_title.h sapi/cli/tests/cli_process_title_unix.phpt sapi/cli/tests/cli_process_title_windows.phpt
Keyur Govande
Re: [PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/cli/php_cli_process_title.h sapi/cli/php_cli_server.c sapi/cli/php_cli_server.h sapi/cli/ps_title.c sapi/cli/ps_title.h sapi/cli/tests/cli_process_title_unix.phpt sapi/cli/tests/cli_process_title_windows.phpt
Hannes Magnusson
Re: [PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/cli/php_cli_process_title.h sapi/cli/php_cli_server.c sapi/cli/php_cli_server.h sapi/cli/ps_title.c sapi/cli/ps_title.h sapi/cli/tests/cli_process_title_unix.phpt sapi/cli/tests/cli_process_title_windows.phpt
Keyur Govande
[PHP-CVS] com php-src: Fix for https://bugs.php.net/bug.php?id=62649: win32/build/mkdist.php
David Soria Parra
[PHP-CVS] com php-src: Typo fix: recieved to received: ext/oci8/php_oci8_int.h ext/standard/tests/array/uasort_variation9.phpt main/network.c
David Soria Parra
Re: [PHP-CVS] com php-src: Typo fix: recieved to received: ext/oci8/php_oci8_int.h ext/standard/tests/array/uasort_variation9.phpt main/network.c
Christopher Jones
[PHP-CVS] com php-src: Do another Alpha instead of Beta because of ZO+ RFC being voted on: NEWS
David Soria Parra
[PHP-CVS] com php-src: News for next beta: NEWS
David Soria Parra
[PHP-CVS] tag php-src: create tag php-5.5.0alpha6
David Soria Parra
[PHP-CVS] tag php-src: delete tag php-5.5.0beta1
David Soria Parra
[PHP-CVS] tag php-src: update tag php-5.5.0beta1
David Soria Parra
[PHP-CVS] tag php-src: create tag php-5.5.0beta1
David Soria Parra
[PHP-CVS] tag php-src: create tag php-5.5.0beta1
David Soria Parra
[PHP-CVS] com php-src: NEWS for PHP 5.5.0 Beta 1: NEWS
David Soria Parra
[PHP-CVS] com php-src: NEWS for the next beta: NEWS
David Soria Parra
[PHP-CVS] com php-src: simplified the previous fix for #64359: ext/date/php_date.c
Anatol Belski
[PHP-CVS] com php-src: Fixed bug #64359 strftime crash with VS2012: NEWS ext/date/php_date.c
Anatol Belski
Re: [PHP-CVS] com php-src: Fixed bug #64359 strftime crash with VS2012: NEWS ext/date/php_date.c
Derick Rethans
[PHP-CVS] com php-src: skip if no IPv6 support: ext/sockets/tests/socket_recvmsg.phpt ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt ext/sockets/tests/socket_set_option_in6_pktinfo.phpt
Xinchen Hui
[PHP-CVS] com php-src: Fix tests temporary: ext/sockets/tests/socket_recvmsg.phpt ext/sockets/tests/socket_sendrecvmsg_multi_msg.phpt ext/sockets/tests/socket_set_option_in6_pktinfo.phpt
Xinchen Hui
[PHP-CVS] com php-src: Skip test on Apple: ext/sockets/tests/socket_set_option_error_socket_option.phpt
Xinchen Hui
[PHP-CVS] com php-src: Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze": ext/sockets/php_sockets.h ext/sockets/tests/socket_set_option_error_socket_option.phpt
Xinchen Hui
[PHP-CVS] com php-src: - fix path: ext/gd/tests/imagecrop_auto.phpt
Pierre Joye
[PHP-CVS] com php-src: - damned conflicts: UPGRADING
Pierre Joye
[PHP-CVS] com php-src: - add image crop support: ext/gd/config.m4 ext/gd/config.w32 ext/gd/gd.c ext/gd/gdcache.c ext/gd/libgd/gd.h ext/gd/libgd/gd_crop.c ext/gd/libgd/gd_png.c ext/gd/php_gd.h
Pierre Joye
[PHP-CVS] com php-src: - add todo for threshold: ext/gd/libgd/gd_crop.c
Pierre Joye
[PHP-CVS] com php-src: - clean and enable threshold: ext/gd/gd.c ext/gd/libgd/gd.h ext/gd/libgd/gd_crop.c
Pierre Joye
[PHP-CVS] com php-src: - disable threshold for now, will enable it again using CIEDE2000: UPGRADING ext/gd/gd.c ext/gd/php_gd.h
Pierre Joye
[PHP-CVS] com php-src: - (s)rgb distance works way better for now, re enable threshold: ext/gd/gd.c ext/gd/libgd/gd_crop.c
Pierre Joye
[PHP-CVS] com php-src: - add test for imagecropauto: UPGRADING ext/gd/tests/imagecrop_auto.phpt
Pierre Joye
[PHP-CVS] com php-src: Merge branch 'PHP-5.5': UPGRADING ext/gd/config.w32
Pierre Joye
[PHP-CVS] com php-src: - add noisy php logo for autocrop with threshold test: ext/gd/tests/logo_noise.png
Pierre Joye
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Fixed PCRE locale crash in Windows/TS: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/pcre/php_pcre.c
Anatol Belski
[PHP-CVS] com php-src: Fix a couple typos: main/main.c
Xinchen Hui
[PHP-CVS] com php-src: rename NEWS back: NEWS NEWS-5.3
Stanislav Malyshev
[PHP-CVS] com php-src: Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5: NEWS-5.5
Anatol Belski
[PHP-CVS] com php-src: This commit was manufactured by cvs2svn to create tag 'NEWS'.: TSRM/LICENSE TSRM/Makefile.am TSRM/TODO TSRM/TSRM.c TSRM/TSRM.dsp TSRM/TSRM.h TSRM/acconfig.h TSRM/acinclude.m4 TSRM/build.mk TSRM/buildconf TSRM/config.w32 TSRM/configure.in TSRM/readdir.h TSRM/threads.m4 TSRM/tsrm.m4 TSRM/tsrm_config.w32.h TSRM/tsrm_config_common.h TSRM/tsrm_nw.c TSRM/tsrm_nw.h TSRM/tsrm_strtok_r.c TSRM/tsrm_strtok_r.h TSRM/tsrm_virtual_cwd.c TSRM/tsrm_
Anatol Belski
[PHP-CVS] com php-src: merged PCRE 8.32: ext/pcre/config.w32 ext/pcre/config0.m4 ext/pcre/pcrelib/ChangeLog ext/pcre/pcrelib/HACKING ext/pcre/pcrelib/NEWS ext/pcre/pcrelib/README ext/pcre/pcrelib/config.h ext/pcre/pcrelib/dftables.c ext/pcre/pcrelib/doc/pcre.txt ext/pcre/pcrelib/pcre.h ext/pcre/pcrelib/pcre_chartables.c ext/pcre/pcrelib/pcre_compile.c ext/pcre/pcrelib/pcre_config.c ext/pcre/pcrelib/pcre_exec.c ext/pcre/pcrelib/pcre_fullinfo.c ext/pcre/pcre
Anatol Belski
[PHP-CVS] com php-src: Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4: NEWS-5.4
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
[PHP-CVS] com php-src: updated NEWS: NEWS
Anatol Belski
Earlier messages
Later messages