#
e3c80d52 |
| 26-Jan-2004 |
foobar |
- Remove gpc_order since it doesn't serve any purpose.
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
#
be5670af |
| 24-Dec-2003 |
Ilia Alshanetsky |
Fixed bug #26707 (Incorrect error for disabled functions/classes).
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
2f9be5d5 |
| 12-Dec-2003 |
Marcus Boerger |
Do not use before they are initialized.
|
#
2c7c86bc |
| 12-Dec-2003 |
Marcus Boerger |
Add some comments here
|
#
91b7cc20 |
| 01-Dec-2003 |
foobar |
- Moved ext/db to PECL. # Derick copied the sources in CVS repository to preserve CVS log.
|
#
2fefe614 |
| 19-Nov-2003 |
Andi Gutmans |
- Commit patch by standards
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
639216a4 |
| 09-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25746 (Do not bail out when unable to chdir original dir on systems with broken getcwd()).
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
102a5cad |
| 24-Sep-2003 |
Ilia Alshanetsky |
Fixed bug #25293 (Output correct EOL to error_log)
|
Revision tags: RELEASE_0_7 |
|
#
855015ec |
| 18-Sep-2003 |
Ilia Alshanetsky |
When track_errors was enabled, we tried to assign value already freed char.
|
#
e5e6040e |
| 04-Sep-2003 |
Marcus Boerger |
Remove unwanted space
|
#
e6902834 |
| 02-Sep-2003 |
Marcus Boerger |
Error message clean up part IV: spprintf/estrndup don't return on 'out of mem' Error message clean up part V: Show PHP Startup/Shutdown
|
#
a383ff01 |
| 02-Sep-2003 |
Marcus Boerger |
Error message clean up part III: Fix ini setting logic & respect docref_root
|
#
107a59ae |
| 01-Sep-2003 |
Marcus Boerger |
Error message clean up part II: Don't show params where none apply.
|
#
4e049f9f |
| 01-Sep-2003 |
Marcus Boerger |
Error message clean up part I: always show 'Unknown' instead of empty names.
|
#
d45fd8a1 |
| 31-Aug-2003 |
Marcus Boerger |
Make vspprintf available as zend utility function. Use it in exception output.
|
#
af8e15b8 |
| 28-Aug-2003 |
Sascha Schumann |
kill warnings
|
#
3b7d5781 |
| 25-Aug-2003 |
Marcus Boerger |
- Simplify php_error_cb() - Make errors show the class where possible
|
Revision tags: php-4.3.3 |
|
#
d52172ad |
| 22-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #25127 (reset memory_limit before terminating the request)
|
#
7b4ec88d |
| 20-Aug-2003 |
Zeev Suraski |
No need for those code blocks anymore...
|
#
b61e6e24 |
| 19-Aug-2003 |
Wez Furlong |
Unify TSRMLS_FETCH() usage. Fix release build: two instances of } were placed inside #ifdef ZEND_DEBUG
|
#
642e3313 |
| 18-Aug-2003 |
Zeev Suraski |
Improve tracking
|
Revision tags: php-4.3.3RC4 |
|
#
ab9dcec2 |
| 11-Aug-2003 |
Masaki Fujimoto |
- added script encoding support to Zend Engine 2. this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured
- added script encoding support to Zend Engine 2. this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with '--enable-zend-multibyte' and '--enable-mbstring')
show more ...
|
#
c99e16d1 |
| 09-Aug-2003 |
Ilia Alshanetsky |
Timeout fix.
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
0d77cf2a |
| 30-Jul-2003 |
Zeev Suraski |
Call exec_finished()
|