1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

20106 Commits

Author SHA1 Message Date
Georg Richter 15f648c8f9 various changes for profiler 2003-03-08 23:33:12 +00:00
Derick Rethans 1b9ee1a8ea - Fixed a bug in GD's truecolor TTF handling 2003-03-08 18:27:12 +00:00
Marcus Boerger d0fbdef419 fix warnings - one left 2003-03-08 16:53:54 +00:00
Marcus Boerger 9a6db15d21 summary for selective tests if more than one
# maybe i'll change to present summary only when at least one dir selected
2003-03-08 16:28:35 +00:00
Stefan Esser 4535ff1756 fix possible XSS in error messages 2003-03-08 15:20:12 +00:00
Stefan Esser 1f54605723 wrong place. 2003-03-08 14:51:16 +00:00
Stefan Esser 76c427fd05 fixing memory leak 2003-03-08 14:37:01 +00:00
8f54b23faf NEWS update 2003-03-08 01:31:50 +00:00
fcd1cbfbf7 ChangeLog update 2003-03-08 01:31:41 +00:00
foobar aa95498acd Fixed bug #22473 (ISAPI Secure Server Variables not available) 2003-03-07 18:56:15 +00:00
foobar 75c9eb4d78 These will be already in 4.3.x 2003-03-07 18:38:04 +00:00
Sebastian Bergmann 81a346e4fe Dedicated to Greg Beaver <greg@chiaraquartet.net>. 2003-03-07 16:45:41 +00:00
Jay Smith 61de56b7f5 Added tests for interfaces and class type hinting. 2003-03-07 15:56:31 +00:00
Ben Mansell 6d8283fa57 Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary
would cause PHP to get caught in an infinite loop of failing write()
syscalls.
2003-03-07 14:48:28 +00:00
Ilia Alshanetsky 20c2c39f3c Fixed bug #22585 (Do not terminate the script on minor errors). 2003-03-07 14:03:53 +00:00
Ilia Alshanetsky 8c3e16bf09 OnUpdateInt -> OnUpdateLong. 2003-03-07 13:52:06 +00:00
Ilia Alshanetsky 97418f59bd CS Fixes.
Fixed a bug with 404 handling.
Added more detailed Apache info for phpinfo().
Added the support for last_modified.
2003-03-07 13:45:33 +00:00
Sebastian Bergmann ba18cd1a45 Document 'final'. 2003-03-07 11:51:19 +00:00
Sebastian Bergmann 55826fbeb5 Fix class type hints example. 2003-03-07 06:29:07 +00:00
foobar 3cfc8a1ecc Create php_version.h in the correct directory 2003-03-07 06:18:17 +00:00
Sebastian Bergmann 63dfff02b1 Update 'abstract' section. 2003-03-07 05:19:19 +00:00
foobar 3c9155e0cb Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
2003-03-07 05:15:28 +00:00
foobar e32eaf29de Fixed typo caught by Dave. 2003-03-07 04:32:36 +00:00
c9181cc9a9 NEWS update 2003-03-07 01:32:47 +00:00
f303054b9e ChangeLog update 2003-03-07 01:32:35 +00:00
foobar 1b38773eef WS & CS fixes 2003-03-07 01:03:04 +00:00
foobar 2da432cc19 WS & CS fixes 2003-03-07 00:52:04 +00:00
foobar 8d6c858aba WS & CS fixes 2003-03-07 00:40:54 +00:00
foobar 66052056c7 Better fix for the memleaks (bug 19943) by Moriyoshi 2003-03-07 00:28:25 +00:00
Marcus Boerger 4a152cad0c abstract classes must now be declared abstract 2003-03-07 00:01:08 +00:00
Zeev Suraski 805f98065d Fix warnings 2003-03-06 23:45:50 +00:00
Zeev Suraski ce4690685d Fix error message 2003-03-06 23:09:57 +00:00
David Hill 5c90216d2c 64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)
2003-03-06 23:07:28 +00:00
Zeev Suraski 0338111950 Require abstract classes to be explicitly declared 'abstract', in order to
avoid making developers traverse the entire class/interface hierarchy
before they can figure out whether a class is instantiable
(ok, so it makes sense :)
2003-03-06 22:53:23 +00:00
Stefan Esser af4aa97d1e Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
Moriyoshi Koizumi 2d40fe2222 Further testing on this feature should have been done... 2003-03-06 19:37:19 +00:00
Moriyoshi Koizumi c775318c44 Fixed typo 2003-03-06 16:55:00 +00:00
Sebastian Bergmann 44b6894361 -german+english+. 2003-03-06 16:39:45 +00:00
Sebastian Bergmann 8f8a534c7a D some TBDs 2003-03-06 16:30:21 +00:00
foobar 888a084ccb added test for the memleak part from bug #19943 2003-03-06 16:29:05 +00:00
foobar 4a8abb2f3d Fixed bug #19943 (the memleaks) 2003-03-06 16:27:05 +00:00
Moriyoshi Koizumi 1f85425c4d Fixed typo 2003-03-06 16:20:08 +00:00
Ilia Alshanetsky 2b13eb4f53 More cleanup of the zend_strip() function.
No longer strip __LINE__, since while it may become useless it could break
code where __LINE__ is passed as a function parameter.
2003-03-06 15:38:28 +00:00
Ilia Alshanetsky 2cb46d4479 Fixed in zend_strip() that corrupted heredoc.
Optimized the writing routine by moving from putchar() to fwrite().
Changed hardcoded opcode # to it's defined name.
2003-03-06 14:47:13 +00:00
Zeev Suraski 44347cf64b Change opcode name 2003-03-06 14:42:36 +00:00
Zeev Suraski ff76511a08 Add class type hints 2003-03-06 14:31:17 +00:00
3944d7d897 ChangeLog update 2003-03-06 01:33:18 +00:00
Sascha Schumann 90e5afe8a2 Allow shared modules to be built using $(CXX) 2003-03-05 22:00:45 +00:00
Zeev Suraski 812d91d08c Fix auto globals 2003-03-05 21:36:30 +00:00
Moriyoshi Koizumi 9bdc86973b Fixed a small leak in the convert filter code 2003-03-05 17:51:33 +00:00